home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / agent_pl.swf / scripts / DefineSprite_27_jet_bar / frame_1 / DoAction.as
Encoding:
Text File  |  2010-11-09  |  117 b   |  8 lines

  1. onEnterFrame = function()
  2. {
  3.    if(jet_bar_inside._width <= 1)
  4.    {
  5.       _global.has_no_power = true;
  6.    }
  7. };
  8.